home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / ds3100.md / RCS / sigStubs.s,v < prev    next >
Encoding:
Text File  |  1990-03-09  |  1.3 KB  |  69 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @| @;
  7.  
  8.  
  9. 1.2
  10. date     89.07.26.18.24.33;  author nelson;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.07.11.19.52.16;  author nelson;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Initial code from DECWRL.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Added missing ones.
  28. @
  29. text
  30. @/*
  31.  *
  32.  * sigStubs.s --
  33.  *
  34.  *     Stubs for the Sig_ system calls.
  35.  *
  36.  * Copyright 1986, 1988 Regents of the University of California
  37.  * Permission to use, copy, modify, and distribute this
  38.  * software and its documentation for any purpose and without
  39.  * fee is hereby granted, provided that the above copyright
  40.  * notice appear in all copies.  The University of California
  41.  * makes no representations about the suitability of this
  42.  * software for any purpose.  It is provided "as is" without
  43.  * express or implied warranty.
  44.  *
  45.  * rcs = $Header: /sprite/src/lib/c/syscall/ds3100.md/RCS/sigStubs.s,v 1.1 89/07/11 19:52:16 nelson Exp Locker: nelson $ SPRITE (Berkeley)
  46.  *
  47.  */
  48. #include "userSysCallInt.h"
  49.  
  50. SYS_CALL(Sig_RawPause,         SYS_SIG_PAUSE)
  51. SYS_CALL(Sig_Send,         SYS_SIG_SEND)
  52. SYS_CALL(Sig_SetAction,     SYS_SIG_SETACTION)
  53. SYS_CALL(Sig_SetHoldMask,     SYS_SIG_SETHOLDMASK)
  54. @
  55.  
  56.  
  57. 1.1
  58. log
  59. @Initial revision
  60. @
  61. text
  62. @d16 1
  63. a16 1
  64.  * rcs = $Header: sigStubs.s,v 1.1 89/06/20 18:40:35 mnelson Exp $ SPRITE (Berkeley)
  65. d21 1
  66. a21 1
  67. SYS_CALL(Sig_Pause,         SYS_SIG_PAUSE)
  68. @
  69.